toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]SaveCreditCardCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
SaveCreditCardCallback
.
Members
Constructors
Save
Credit
Card
Callback.
Action
Link copied to clipboard
public
void
SaveCreditCardCallback.Action
(
Consumer
<
SaveCreditCard.Response
>
consumer
)
Functions
decline
Link copied to clipboard
public
void
decline
(
)
Tells the browser to decline to save the credit card.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.
save
Link copied to clipboard
public
void
save
(
)
Tells the browser to save the credit card to the
credit card store
.